home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6194 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.cis.okstate.edu!osuunx
  2. From: cskstat@email.okstate.edu (Chansoo Kim)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Statistical library for C/C++?
  5. Date: Sat, 10 Feb 96 16:43:33 GMT
  6. Organization: Oklahoma State University
  7. Message-ID: <4fihvl$cto_001@ucc.okstate.edu>
  8. References: <DMJ6Mw.nMp@undergrad.math.uwaterloo.ca>
  9. NNTP-Posting-Host: osuunx.ucc.okstate.edu
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <DMJ6Mw.nMp@undergrad.math.uwaterloo.ca>,
  13.    "Daniel Y.T. Fong" <ytfong> wrote:
  14. >Is there any statistical library for C/C++ capable of doing the following?
  15. >
  16. >1. Random number generation, e.g. Normal, Gamma, Weibull, Poison, Binomial,
  17. >etc.
  18. >2. Evaluation of various probability distributions.
  19. >3. Matrix manipulation
  20. >4. Non-linear optimization routines including maximization.
  21. >5. Numerical differentiation and integration.
  22. >
  23. >Thanks in advance!
  24. >
  25. >Daniel
  26. >
  27.  Yes, Lile IMSL C NUMERICAL LIB.(//www.vni.com), or
  28.  Numerical Recipes in C(//nr.harvard.edu/nr; Cambridge Press) or
  29.  you can utilize S/S-Plus(//www.statsci.com)
  30.  
  31.  
  32.